home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!toddos
- From: toddos@netcom.com (Todd Osborne)
- Subject: Derived Class Function ?
- Message-ID: <toddosDM9o9r.Ezw@netcom.com>
- Sender: toddos@netcom10.netcom.com
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- X-Newsreader: Forte Free Agent 1.0.82
- Date: Sun, 4 Feb 1996 19:49:34 GMT
-
- Does anyone know a way to tell in a base class if a derived class
- overrides a virtual function without calling the function? In other
- words, I do not want to even call the base class implementation of a
- function if a derived class does NOT override it. Thanks.
-
- Todd
-
-